projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86a7ae6
)
Keep an explicit dep on cairo in the gdk pc file
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 3 Jan 2011 23:12:54 +0000
(18:12 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 3 Jan 2011 23:12:54 +0000
(18:12 -0500)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 8900aedb1cfd1d67ff7ca705964c5341e9a2d33b..38502ba751e5d295dbb7f6fce2223ba6b41aa576 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1178,7
+1178,7
@@
GDK_DEP_CFLAGS="`$PKG_CONFIG --cflags gthread-2.0 $GDK_PACKAGES` $GDK_EXTRA_CFL
# into the pkg-config files
#
if test $enable_explicit_deps != yes ; then
- GDK_PACKAGES="$PANGO_PACKAGES gdk-pixbuf-2.0"
+ GDK_PACKAGES="$PANGO_PACKAGES gdk-pixbuf-2.0
cairo-gobject
"
GDK_EXTRA_LIBS=
fi